This operation transfers the council's decision to decline the Certificate Registration application from the the Online Certificate Registration Service to the certifier's IT system.
CaseID required | string A fully qualified application number or case id |
OrganisationID required | string Private Certifier organisation ID |
IdempotencyId required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
body
caseStatus | string Status of the request for additional information |
declineDate | string <date> Date of Decline |
required | Array of objects (DeclineReasonList) |
{- "caseStatus": "Complete",
- "declineDate": "2019-08-24",
- "declineReasons": [
- {
- "declineReason": "Refer to description for values",
- "declineReasonDescription": "string"
}
]
}